IdArray<T> Class

Class IdArray.
public class IdArray<T>
This language is not supported or no code example is available.
generic<typename T> 
public ref class IdArray
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Type Parameters

T

Name Description
Public constructor IdArray(int) Initializes a new instance of the IdArray<T> class.
Top
Name Description
Public property Item(int) Gets or sets the `0 with the specified identifier.
Public property Size Gets the size.
Top
Methods
 
Name Description
Public method Add(int, T) Adds the specified identifier.
Public method Clear() Clears this instance.
Public method CopyTo(IdArray<T>)
Public method Remove(int) Removes the specified identifier.
Top

In this article

Definition